The ImagickDraw class
PHP Manual

ImagickDraw::point

(PECL imagick 2.0.0)

ImagickDraw::pointDraws a point

Descripción

bool ImagickDraw::point ( float $x , float $y )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Draws a point using the current stroke color and stroke thickness at the specified coordinates.

Lista de parámetros

x

point's x coordinate

y

point's y coordinate

Valores retornados

No value is returned.


The ImagickDraw class
PHP Manual